It's easy to get lazy when no one is looking. This is the idea behind the very webpage that you're looking at.

I have set up my computer to automatically track the number of lines that I knock off my to-do list.

You can "poke" me to remind me to stay alert and motivated when you see that I'm not being as productive as I can be.

// dates on-time not on-time // 0 2025-11-03 0 0 // 1 2025-11-04 0 4 // 2 2025-11-05 0 0 // 3 2025-11-06 0 0 // 4 2025-11-07 0 5 // 5 2025-11-08 0 1 // 6 2025-11-09 0 0 // 7 2025-11-10 0 15 // 8 2025-11-11 0 1 // 9 2025-11-12 0 16 // 10 2025-11-13 0 20 // 11 2025-11-14 0 3 // 12 2025-11-15 0 0 // 13 2025-11-16 0 4 // 14 2025-11-17 0 5 // 15 2025-11-18 0 3 // 16 2025-11-19 0 3 // 17 2025-11-20 0 2 // 18 2025-11-21 0 1 // 19 2025-11-22 0 2 // 20 2025-11-23 0 4